home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 4664 / 4664.xpi / chrome / twitterbar.jar / skin / twitter-mobile.css < prev    next >
Cascading Style Sheet File  |  2010-02-08  |  439b  |  15 lines

  1. #twitter-statusbarbutton {
  2.     -moz-appearance: none;
  3.     list-style-image: url('chrome://twitterbar/skin/twitter-bird-44.png');
  4.     background: transparent !important;
  5.     -moz-box-orient: vertical;
  6. }
  7.  
  8. #twitter-statusbarbutton[toolong="true"] {
  9.     list-style-image: url('chrome://twitterbar/skin/twitter-bird-angry-44.png');
  10. }
  11.  
  12. #twitter-statusbarbutton[busy="true"] {
  13.     list-style-image: url('chrome://browser/skin/images/throbber.png');
  14.     margin: 6px;
  15. }